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 ('{3949,3950,3764,3752,3760,3855,3886,3899,3744,3751,3890,3786,3767,3816,3872,3927,4047,4048,3857,4014}'::integer[])))