I believe that to be the Visual Studio C++ runtime. It's the core C++ code and is needed to run any Visual Studio program.
To be clear, I presume you are statically linking SFML. You can, also, however, statically link the C++ core runtime. This is separate from statically linking SFML although you should also build SFML with the correct flag for doing so.