-> Hash Left Join (cost=1.20..13.21 rows=4 width=267)
Hash Cond: (u.department_id = d.id)
-> Seq Scan on tbl_users u (cost=0.00..11.99 rows=4 width=265)
Filter: ((user_status = '1'::type_global_user_status) AND (id = ANY ('{1001,5332,5087,5300,5295,1004,1005,5449,5085,5248,1015,1022,1023,1011,5360,5311,5446,5252,5388,1013,1000,5250,5016,5064}'::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)