QUERY PLAN
GroupAggregate (cost=413.15..413.82 rows=33 width=36)
Group Key: project_id
-> Sort (cost=413.15..413.24 rows=34 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..412.29 rows=34 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4048,3927,3949,3899,3890,3886,3872,3857,3855,3816,3786,3767,3764,3760,3752,3744,3723,3644}'::integer[])))