QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=32.56..65.62 rows=16 width=24)
Recheck Cond: (id = ANY ('{4095,4093,4092,4091,4088,4090,4087,4086,4083,4082,4073,4071,4068,4065,4064,4061}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{4095,4093,4092,4091,4088,4090,4087,4086,4083,4082,4073,4071,4068,4065,4064,4061}'::integer[]))