QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=36.32..70.74 rows=15 width=156)
Recheck Cond: (id = ANY ('{41,1007,2224,1774,941,853,855,922,1882,960,1737,1148,942,1880,1876}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..36.31 rows=15 width=0)
Index Cond: (id = ANY ('{41,1007,2224,1774,941,853,855,922,1882,960,1737,1148,942,1880,1876}'::integer[]))