-> Hash Left Join (cost=1.20..13.38 rows=4 width=10)
Hash Cond: (u.department_id = d.id)
-> Seq Scan on tbl_users u (cost=0.00..12.17 rows=4 width=8)
Filter: ((user_status = '1'::type_global_user_status) AND (id = ANY ('{1011,5295,5252,5250,5449,5311,1022,5446,1015,1023,5016,5248,5332,1005,5085,5388,5087,5064,1004,1017,1013,5360,5300,1000,1001}'::integer[])))
-> Hash (cost=1.09..1.09 rows=9 width=6)
-> Seq Scan on tbl_departments d (cost=0.00..1.09 rows=9 width=6)