QUERY PLAN
GroupAggregate (cost=324.10..324.66 rows=28 width=36)
Group Key: project_id
-> Sort (cost=324.10..324.17 rows=28 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..323.43 rows=28 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3927,3807,3580,3666,3461,3949,3827,3751,3931,3902}'::integer[])))