QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=45.98..94.65 rows=49 width=142)
Recheck Cond: (id = ANY ('{984,1668,1781,1782,1783,1784,1785,1624,1558,1562,969,1586,1657,994,1456,1457,942,1564,196,1303,1763,1764,1766,1666,1667,1655,849,1377,1003,1300,1301,1302,1640,1491,1492,1494,1639,850,1577,498,1559,1560,1561,1563,1584,1585,1587,1757,1758}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..45.96 rows=49 width=0)
Index Cond: (id = ANY ('{984,1668,1781,1782,1783,1784,1785,1624,1558,1562,969,1586,1657,994,1456,1457,942,1564,196,1303,1763,1764,1766,1666,1667,1655,849,1377,1003,1300,1301,1302,1640,1491,1492,1494,1639,850,1577,498,1559,1560,1561,1563,1584,1585,1587,1757,1758}'::integer[]))