QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=42.55..91.24 rows=37 width=151)
Recheck Cond: (id = ANY ('{1801,1376,1808,1802,1805,1689,2162,2112,2155,1197,2153,956,1191,1774,2008,1190,2040,1696,2156,1806,1807,1803,1804,1798,1799,1800,936,1624,1511,2161,2165,2164,2166,1471,1107,1340,849}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..42.55 rows=37 width=0)
Index Cond: (id = ANY ('{1801,1376,1808,1802,1805,1689,2162,2112,2155,1197,2153,956,1191,1774,2008,1190,2040,1696,2156,1806,1807,1803,1804,1798,1799,1800,936,1624,1511,2161,2165,2164,2166,1471,1107,1340,849}'::integer[]))