QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=22.00..41.66 rows=7 width=142)
Recheck Cond: (id = ANY ('{1190,1191,2008,2009,1874,1639,1640}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..21.99 rows=7 width=0)
Index Cond: (id = ANY ('{1190,1191,2008,2009,1874,1639,1640}'::integer[]))