QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=38.85..78.77 rows=24 width=143)
Recheck Cond: (id = ANY ('{942,936,2113,2114,2115,1372,2095,2099,2108,2097,2106,2117,1943,1373,2096,2098,2116,2112,1613,2100,2105,1040,1624,1812}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..38.84 rows=24 width=0)
Index Cond: (id = ANY ('{942,936,2113,2114,2115,1372,2095,2099,2108,2097,2106,2117,1943,1373,2096,2098,2116,2112,1613,2100,2105,1040,1624,1812}'::integer[]))