QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.71..71.06 rows=20 width=24)
Recheck Cond: (id = ANY ('{3736,3735,3734,3733,3732,3731,3729,3725,3724,3714,3713,3711,3710,3709,3705,3703,3701,3699,3697,3696}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{3736,3735,3734,3733,3732,3731,3729,3725,3724,3714,3713,3711,3710,3709,3705,3703,3701,3699,3697,3696}'::integer[]))