[GPU]Fix moe kernel build failure issue (#33809)
### Details:
- Fix below error when run qwen3_moe model:
[GPU] ProgramBuilder build failed!
Program build failed(4_part_0):
16:539:2: error: too many arguments to function call, expected 16, have
17
,scale_zp_leading_dim
^~~~~~~~~~~~~~~~~~~~
16:185:18: note: 'ugemm_moe' declared here
- Comes from *https://github.com/openvinotoolkit/openvino/pull/33752*
### Tickets:
- *ticket-id*