That error means it can't load a MUI file. These are the resource files that contain the language specific string data for a program.
Here is a copy of those files provided your on Windows 10 1903. You can unzip these files and copy them to "C:\Program Files\Windows Defender\en-US". If you're on a different language you'd need these files from a system using the same language.
Alternate method would be to run
sfc /scannow or dism /online /restorehealth /cleanup-image to potentially repair the corrupt/missing MUI files.
A reboot may be required after