QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=36.85..71.96 rows=17 width=151)
Recheck Cond: (id = ANY ('{941,982,1892,1893,1894,1529,1530,1769,1662,1104,1724,1771,1772,1955,1951,1952,2049}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{941,982,1892,1893,1894,1529,1530,1769,1662,1104,1724,1771,1772,1955,1951,1952,2049}'::integer[]))