QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=44.95..99.89 rows=45 width=156)
Recheck Cond: (id = ANY ('{1910,1911,1912,2042,1624,734,941,498,1923,1104,1372,969,1931,1586,849,1471,1340,989,1902,1903,1353,2108,2058,2056,2055,2059,2057,965,968,2034,2033,2035,1494,1492,1997,1999,2000,1657,994,1562,1973,1961,1948,1949,1950}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..44.94 rows=45 width=0)
Index Cond: (id = ANY ('{1910,1911,1912,2042,1624,734,941,498,1923,1104,1372,969,1931,1586,849,1471,1340,989,1902,1903,1353,2108,2058,2056,2055,2059,2057,965,968,2034,2033,2035,1494,1492,1997,1999,2000,1657,994,1562,1973,1961,1948,1949,1950}'::integer[]))