QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=37.70..75.06 rows=20 width=143)
Recheck Cond: (id = ANY ('{2093,1691,203,479,2109,2110,2010,2113,2114,2115,942,2073,2078,2117,1373,1372,1943,936,2074,2100}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..37.70 rows=20 width=0)
Index Cond: (id = ANY ('{2093,1691,203,479,2109,2110,2010,2113,2114,2115,942,2073,2078,2117,1373,1372,1943,936,2074,2100}'::integer[]))