QUERY PLAN
GroupAggregate (cost=420.10..420.83 rows=36 width=36)
Group Key: project_id
-> Sort (cost=420.10..420.19 rows=37 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..419.14 rows=37 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3752,3744,3723,3714,3679,3653,3686,3661,3660,3652,3644,3553,3633,3599,3591,3590,3589,3577,3576,3568}'::integer[])))