QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=32.56..63.55 rows=16 width=130)
Recheck Cond: (id = ANY ('{1941,1942,835,1418,1272,941,1837,1839,1659,1660,1683,1684,1686,1685,1687,1688}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{1941,1942,835,1418,1272,941,1837,1839,1659,1660,1683,1684,1686,1685,1687,1688}'::integer[]))