QUERY PLAN
GroupAggregate (cost=279.69..279.97 rows=14 width=36)
Group Key: project_id
-> Sort (cost=279.69..279.72 rows=14 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..279.42 rows=14 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3704,3701,3468,3241,3242,3086,2655,2590}'::integer[])))