QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=30.85..55.00 rows=10 width=143)
Recheck Cond: (id = ANY ('{2055,2058,2056,2059,2057,2010,2108,1372,1624,1040}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..30.85 rows=10 width=0)
Index Cond: (id = ANY ('{2055,2058,2056,2059,2057,2010,2108,1372,1624,1040}'::integer[]))