QUERY PLAN
GroupAggregate (cost=460.54..461.31 rows=38 width=36)
Group Key: project_id
-> Sort (cost=460.54..460.64 rows=39 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..459.51 rows=39 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4132,4131,4130,4129,4128,4127,4126,4125,4124,4123,4122,4121,4120,4119,4118,4117,4116,4115,4114,4113}'::integer[])))