QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.71..71.06 rows=20 width=24)
Recheck Cond: (id = ANY ('{3522,3521,3520,3514,3512,3507,3504,3502,3498,3497,3496,3495,3493,3490,3488,3487,3486,3484,3482,3477}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{3522,3521,3520,3514,3512,3507,3504,3502,3498,3497,3496,3495,3493,3490,3488,3487,3486,3484,3482,3477}'::integer[]))