QUERY PLAN
GroupAggregate (cost=324.26..324.90 rows=32 width=36)
Group Key: project_id
-> Sort (cost=324.26..324.34 rows=33 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..323.43 rows=33 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3387,3743,3841,3823,3784,3665,3626,3789,3866,3556}'::integer[])))