QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=45.41..97.42 rows=47 width=151)
Recheck Cond: (id = ANY ('{1640,1491,1492,1494,1639,1655,498,1666,1667,1757,1758,1705,972,1624,1340,849,1471,1787,1788,1789,1107,1781,1782,1783,1784,1785,1558,1562,969,1586,1657,1650,984,1668,196,1303,1763,1764,1766,1895,1896,1897,989,1353,1902,1903,1904}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..45.39 rows=47 width=0)
Index Cond: (id = ANY ('{1640,1491,1492,1494,1639,1655,498,1666,1667,1757,1758,1705,972,1624,1340,849,1471,1787,1788,1789,1107,1781,1782,1783,1784,1785,1558,1562,969,1586,1657,1650,984,1668,196,1303,1763,1764,1766,1895,1896,1897,989,1353,1902,1903,1904}'::integer[]))