QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=36.56..69.62 rows=16 width=143)
Recheck Cond: (id = ANY ('{965,968,2034,2033,2035,2100,969,1586,1657,1485,1484,1483,1511,941,2095,1624}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{965,968,2034,2033,2035,2100,969,1586,1657,1485,1484,1483,1511,941,2095,1624}'::integer[]))