QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.71..71.06 rows=20 width=24)
Recheck Cond: (id = ANY ('{3993,3989,3984,3980,3979,3978,3972,3967,3966,3965,3960,3959,3958,3954,3953,3952,3943,3942,3941,3935}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{3993,3989,3984,3980,3979,3978,3972,3967,3966,3965,3960,3959,3958,3954,3953,3952,3943,3942,3941,3935}'::integer[]))