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