QUERY PLAN
HashAggregate (cost=1.19..1.29 rows=4 width=196)
Group Key: product_id
-> Seq Scan on tbl_erp_inventory_products (cost=0.00..1.07 rows=5 width=23)
Filter: (product_id = ANY ('{2068,2069,2049,2067}'::integer[]))