QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=36.60..71.08 rows=16 width=156)
Recheck Cond: (id = ANY ('{498,1666,1667,2042,734,941,1923,1104,1372,1494,1492,1997,1999,2000,2261,2177}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..36.60 rows=16 width=0)
Index Cond: (id = ANY ('{498,1666,1667,2042,734,941,1923,1104,1372,1494,1492,1997,1999,2000,2261,2177}'::integer[]))