QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=41.21..90.30 rows=32 width=156)
Recheck Cond: (id = ANY ('{2243,2244,2263,1224,2250,1275,2254,2260,2259,2258,1927,1774,2245,1929,1928,1925,2241,1528,2246,2177,2234,2257,1671,1234,2253,1780,867,868,870,2264,2261,2242}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..41.20 rows=32 width=0)
Index Cond: (id = ANY ('{2243,2244,2263,1224,2250,1275,2254,2260,2259,2258,1927,1774,2245,1929,1928,1925,2241,1528,2246,2177,2234,2257,1671,1234,2253,1780,867,868,870,2264,2261,2242}'::integer[]))