Seems like the issue in my case was the negation -@jobId, NOT operator seems is not utilizing the index efficiently.
Used @jobId:[0 jobId-1] instead solved the performance issues >10ms.