QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=26.57..49.62 rows=9 width=130)
Recheck Cond: (id = ANY ('{941,1376,1529,1530,1511,1159,1307,1755,1756}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..26.56 rows=9 width=0)
Index Cond: (id = ANY ('{941,1376,1529,1530,1511,1159,1307,1755,1756}'::integer[]))