QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=26.28..48.54 rows=8 width=151)
Recheck Cond: (id = ANY ('{1547,1589,1221,1592,1591,1598,1599,1597}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..26.28 rows=8 width=0)
Index Cond: (id = ANY ('{1547,1589,1221,1592,1591,1598,1599,1597}'::integer[]))