QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.71..71.06 rows=20 width=24)
Recheck Cond: (id = ANY ('{2789,2749,2741,2740,2711,2688,2680,2622,2584,2572,2533,2518,2514,2509,2401,2386,2337,2333,2312,2311}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{2789,2749,2741,2740,2711,2688,2680,2622,2584,2572,2533,2518,2514,2509,2401,2386,2337,2333,2312,2311}'::integer[]))