QUERY PLAN
GroupAggregate (cost=356.71..358.02 rows=65 width=36)
Group Key: project_id
-> Sort (cost=356.71..356.87 rows=67 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..354.68 rows=67 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4146,4135,3954,3461,3488,3702,3699,3700,3451,3417}'::integer[])))