QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=43.12..89.23 rows=39 width=142)
Recheck Cond: (id = ANY ('{1914,1940,1178,1916,1915,1922,1009,498,1923,1104,1372,1927,1929,1928,1930,1925,1924,969,1931,1586,1934,540,1692,1935,1936,1677,941,849,1471,1340,989,1353,1902,1903,1937,1511,9,1938,1770}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..43.11 rows=39 width=0)
Index Cond: (id = ANY ('{1914,1940,1178,1916,1915,1922,1009,498,1923,1104,1372,1927,1929,1928,1930,1925,1924,969,1931,1586,1934,540,1692,1935,1936,1677,941,849,1471,1340,989,1353,1902,1903,1937,1511,9,1938,1770}'::integer[]))