QUERY PLAN
GroupAggregate (cost=439.68..440.50 rows=41 width=36)
Group Key: project_id
-> Sort (cost=439.68..439.78 rows=42 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..438.54 rows=42 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{1929,1925,1791,1018,1111,1460,1240,986,983,887,884,883,778,764,861,88,4179,4175}'::integer[])))