QUERY PLAN
GroupAggregate (cost=432.99..433.72 rows=36 width=36)
Group Key: project_id
-> Sort (cost=432.99..433.08 rows=37 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..432.02 rows=37 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3957,4005,3976,4002,3972,4034,4037,4026,4007,3986,4041,4031,4030,4029,4020,4017,4001,3997,3996,3994}'::integer[])))