QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.13..69.71 rows=18 width=24)
Recheck Cond: (id = ANY ('{4134,4132,4131,4129,4130,4120,4112,4109,4099,4111,4105,4106,4094,4091,4086,4083,4082,4074}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.13 rows=18 width=0)
Index Cond: (id = ANY ('{4134,4132,4131,4129,4130,4120,4112,4109,4099,4111,4105,4106,4094,4091,4086,4083,4082,4074}'::integer[]))