QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=45.41..97.42 rows=47 width=151)
Recheck Cond: (id = ANY ('{969,1931,1586,498,1923,1104,1372,1948,1949,1950,849,1471,1340,989,1353,1902,1903,1910,1911,1912,1961,1657,994,1562,1973,1997,1999,2000,1190,1191,2008,2009,1874,1639,1640,1494,1492,2055,2058,2056,2059,2057,2108,1624,2042,1003,1774}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..45.39 rows=47 width=0)
Index Cond: (id = ANY ('{969,1931,1586,498,1923,1104,1372,1948,1949,1950,849,1471,1340,989,1353,1902,1903,1910,1911,1912,1961,1657,994,1562,1973,1997,1999,2000,1190,1191,2008,2009,1874,1639,1640,1494,1492,2055,2058,2056,2059,2057,2108,1624,2042,1003,1774}'::integer[]))