QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.71..71.06 rows=20 width=24)
Recheck Cond: (id = ANY ('{4092,3935,3897,3549,3250,3060,3054,2859,2799,2789,2788,2777,2765,2761,2754,2742,2739,2730,2724,2690}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{4092,3935,3897,3549,3250,3060,3054,2859,2799,2789,2788,2777,2765,2761,2754,2742,2739,2730,2724,2690}'::integer[]))