QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=30.85..54.73 rows=10 width=142)
Recheck Cond: (id = ANY ('{1691,1485,1484,1483,1511,941,2069,2049,2068,947}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..30.85 rows=10 width=0)
Index Cond: (id = ANY ('{1691,1485,1484,1483,1511,941,2069,2049,2068,947}'::integer[]))