QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=22.00..42.02 rows=7 width=151)
Recheck Cond: (id = ANY ('{1190,1191,2008,1774,2166,1624,947}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..21.99 rows=7 width=0)
Index Cond: (id = ANY ('{1190,1191,2008,1774,2166,1624,947}'::integer[]))