QUERY PLAN
Hash Left Join (cost=9.17..70.09 rows=21 width=21)
Hash Cond: (tbl_project_architects.engineer_id = u.id)
-> Seq Scan on tbl_project_architects (cost=0.00..60.86 rows=21 width=12)
Filter: (project_id = ANY ('{3870,3901,3927,3857,3959,3950,3796,3854,3878,3880,3955,3957,3947,3874,3934,3945,3780,3833,3846,3758}'::integer[]))
-> Hash (cost=7.41..7.41 rows=141 width=13)
-> Seq Scan on tbl_users u (cost=0.00..7.41 rows=141 width=13)