QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=37.42..72.78 rows=19 width=142)
Recheck Cond: (id = ANY ('{2055,2058,2056,2059,2057,2066,2069,2068,2067,978,942,1691,1485,1484,1483,1511,941,2049,947}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..37.41 rows=19 width=0)
Index Cond: (id = ANY ('{2055,2058,2056,2059,2057,2066,2069,2068,2067,978,942,1691,1485,1484,1483,1511,941,2049,947}'::integer[]))