QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=37.99..77.33 rows=21 width=151)
Recheck Cond: (id = ANY ('{941,895,1209,1206,1156,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..37.98 rows=21 width=0)
Index Cond: (id = ANY ('{941,895,1209,1206,1156,982,1892,1893,1894,1529,1530,1769,1662,1104,1724,1771,1772,1955,1951,1952,2049}'::integer[]))