QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.71..71.06 rows=20 width=24)
Recheck Cond: (id = ANY ('{3778,3777,3771,3770,3768,3767,3764,3763,3761,3759,3758,3755,3749,3748,3746,3745,3744,3740,3738,3737}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.70 rows=20 width=0)
Index Cond: (id = ANY ('{3778,3777,3771,3770,3768,3767,3764,3763,3761,3759,3758,3755,3749,3748,3746,3745,3744,3740,3738,3737}'::integer[]))