QUERY PLAN
Aggregate (cost=11.66..11.67 rows=1 width=32)
-> Seq Scan on tbl_projects p (cost=0.00..11.65 rows=1 width=64)
Filter: ((created_by = ANY ('{5493,5493}'::integer[])) AND (project_status = 3))