QUERY PLAN
GroupAggregate (cost=316.58..316.92 rows=17 width=36)
Group Key: project_id
-> Sort (cost=316.58..316.62 rows=17 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..316.23 rows=17 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3955,3854,3878,3880,3953,3956,3945,3796,3959}'::integer[])))