QUERY PLAN
GroupAggregate (cost=381.59..382.18 rows=29 width=36)
Group Key: project_id
-> Sort (cost=381.59..381.66 rows=30 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..380.85 rows=30 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3959,3927,3950,3949,3751,3899,3890,3886,3872,3857,3855,3816,3786,3767,3764,3760}'::integer[])))