QUERY PLAN
GroupAggregate (cost=355.41..356.01 rows=30 width=36)
Group Key: project_id
-> Sort (cost=355.41..355.49 rows=30 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..354.68 rows=30 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3854,4133,4165,4109,4132,3695,3977,3559,3124,3132}'::integer[])))