QUERY PLAN
GroupAggregate (cost=514.38..514.96 rows=29 width=36)
Group Key: project_id
-> Sort (cost=514.38..514.45 rows=29 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..513.67 rows=29 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3498,3484,3215,3231,3141,3254,3244,3116,3072,2906}'::integer[])))