QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=26.57..50.68 rows=9 width=143)
Recheck Cond: (id = ANY ('{942,1722,1717,1961,2101,2104,2103,2108,1624}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..26.56 rows=9 width=0)
Index Cond: (id = ANY ('{942,1722,1717,1961,2101,2104,2103,2108,1624}'::integer[]))