QUERY PLAN
GroupAggregate (cost=326.28..326.66 rows=19 width=36)
Group Key: project_id
-> Sort (cost=326.28..326.33 rows=19 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..325.88 rows=19 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{801,300,263,764,612,581,981,905,355,488}'::integer[])))