QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=40.56..83.52 rows=30 width=142)
Recheck Cond: (id = ANY ('{941,2060,2061,2062,2066,2069,2068,2067,942,2050,2051,2052,2053,2054,1691,1485,1484,1511,2049,2063,1690,1647,2055,2058,2056,2059,2057,1372,978,1483}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..40.55 rows=30 width=0)
Index Cond: (id = ANY ('{941,2060,2061,2062,2066,2069,2068,2067,942,2050,2051,2052,2053,2054,1691,1485,1484,1511,2049,2063,1690,1647,2055,2058,2056,2059,2057,1372,978,1483}'::integer[]))