QUERY PLAN
GroupAggregate (cost=408.27..408.98 rows=35 width=36)
Group Key: project_id
-> Sort (cost=408.27..408.36 rows=36 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..407.34 rows=36 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3679,3686,3714,3723,3767,3764,3744,3752,3760,3786,3816,3872,3857,3855,3886,3890,3899,3751,3653,3927}'::integer[])))