QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=44.55..92.24 rows=44 width=142)
Recheck Cond: (id = ANY ('{1511,1890,941,1891,1875,1892,1893,1894,276,1895,1896,1897,1625,1626,942,1690,1899,1900,1908,1909,1794,1898,1905,849,1471,1340,989,1353,1902,1903,1904,1910,1911,1912,1691,1917,1918,1919,1920,1921,950,1943,1944,1945}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..44.54 rows=44 width=0)
Index Cond: (id = ANY ('{1511,1890,941,1891,1875,1892,1893,1894,276,1895,1896,1897,1625,1626,942,1690,1899,1900,1908,1909,1794,1898,1905,849,1471,1340,989,1353,1902,1903,1904,1910,1911,1912,1691,1917,1918,1919,1920,1921,950,1943,1944,1945}'::integer[]))