QUERY PLAN
GroupAggregate (cost=382.79..383.50 rows=35 width=36)
Group Key: project_id
-> Sort (cost=382.79..382.88 rows=36 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..381.86 rows=36 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3653,3652,3660,3661,3686,3714,3723,3679,3744,3752,3760,3764,3633,3786,3767,3644,3807,3808,3801,3809}'::integer[])))