QUERY PLAN
GroupAggregate (cost=323.98..324.46 rows=24 width=36)
Group Key: project_id
-> Sort (cost=323.98..324.04 rows=24 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..323.43 rows=24 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3617,3712,3911,3622,3641,3632,3925,3924,3882,3883}'::integer[])))