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