QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=39.70..82.77 rows=27 width=151)
Recheck Cond: (id = ANY ('{941,2155,1197,2153,956,2157,2158,2159,2160,2162,1624,2164,2165,1190,1191,2008,849,1471,1107,1340,1511,1689,2161,2166,1774,1003,947}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..39.70 rows=27 width=0)
Index Cond: (id = ANY ('{941,2155,1197,2153,956,2157,2158,2159,2160,2162,1624,2164,2165,1190,1191,2008,849,1471,1107,1340,1511,1689,2161,2166,1774,1003,947}'::integer[]))