QUERY PLAN
GroupAggregate (cost=408.60..409.33 rows=36 width=36)
Group Key: project_id
-> Sort (cost=408.60..408.69 rows=37 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..407.64 rows=37 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3940,3807,3256,3841,3906,3874,3873,3797,3781,3776,3740,3657,3708,3707,3706,3705,3522,3709,3676,3504}'::integer[])))