QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=43.70..92.37 rows=41 width=143)
Recheck Cond: (id = ANY ('{1691,2065,2070,2064,1372,2079,1943,2092,2089,2094,2055,2058,2056,2059,2057,941,2050,2051,2052,2053,2054,1722,1717,2068,2067,978,2066,2069,2103,2101,1961,2104,2111,2108,2112,942,1613,2116,2095,1624,1040}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..43.68 rows=41 width=0)
Index Cond: (id = ANY ('{1691,2065,2070,2064,1372,2079,1943,2092,2089,2094,2055,2058,2056,2059,2057,941,2050,2051,2052,2053,2054,1722,1717,2068,2067,978,2066,2069,2103,2101,1961,2104,2111,2108,2112,942,1613,2116,2095,1624,1040}'::integer[]))