QUERY PLAN
HashAggregate (cost=1.11..1.16 rows=2 width=196)
Group Key: product_id
-> Seq Scan on tbl_erp_inventory_products (cost=0.00..1.06 rows=2 width=23)
Filter: (product_id = ANY ('{2069,2068}'::integer[]))