QUERY PLAN
GroupAggregate (cost=461.17..462.29 rows=55 width=36)
Group Key: project_id
-> Sort (cost=461.17..461.32 rows=57 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..459.51 rows=57 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4002,4037,3992,3580,4095,4049,4041,4001,3994,3983,3954,4065,4062,3944,3867,3864,3818,3461,3921,3848}'::integer[])))