QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=35.71..65.46 rows=13 width=143)
Recheck Cond: (id = ANY ('{2112,2100,2124,2123,2121,2122,2119,2118,2106,2105,2099,2095,1624}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..35.70 rows=13 width=0)
Index Cond: (id = ANY ('{2112,2100,2124,2123,2121,2122,2119,2118,2106,2105,2099,2095,1624}'::integer[]))