QUERY PLAN
HashAggregate (cost=289.05..290.91 rows=149 width=36)
Group Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..288.22 rows=165 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{2,931,1010,1077,1430,1806,2331,2761,3633}'::integer[])))