QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.71..71.06 rows=20 width=24)
Recheck Cond: (id = ANY ('{3473,3472,3470,3469,3468,3465,3464,3459,3451,3448,3447,3444,3443,3441,3440,3438,3437,3436,3435,3434}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{3473,3472,3470,3469,3468,3465,3464,3459,3451,3448,3447,3444,3443,3441,3440,3438,3437,3436,3435,3434}'::integer[]))