Yes, loading SS using MOV will prevent external interrupts for the next command. This is what the reference instruction set says:
Loading the SS register into the MOV instruction disables all interrupts until the next instruction is executed. This operation allows loading the stack pointer into the ESP register using the following command (MOV ESP, stack pointer value) before the interrupt takes place.
source share