The MIPS CPU is taught as the "basic" RISC architecture processor because it was one of the first very successful RISC processors. SGI had several computer systems built upon this processor family, such as the Onyx and several others. It was also used in a few MPP (Massively Parallel Processor) computers in the mid/later 1980 to the late 1990s.
As someone previously mentioned, the code was easy to learn and once you learned it, it was easy to move on to more "complex" RISC instruction based processors such as the Alpha, SPARC, ARM, IBM Power PC to name a few. It's note worthy to mention, HP also produced a RISC processor in the 1980's which went on to power some of their commercial computer systems.
The MIPS processor is still around today, the MIPS64 I-Class, based on the MIPS-V processor is the latest version of the processor that I am aware of; produced by Imagination Technologies. From my understanding, this and new MIPS processors such as the R14K and R16K are based upon the R10K architecture.
In my younger days, I had the fortune to work on a 16 processor SGI Onyx Reality Engine II, with MIPS R10k upgraded processors. Having worked mainly on UNIX SVR4 32 bit CISC systems, I was shocked that most of the commands were exactly the same. It took me a couple of days to learn the coding differences, going from CISC to RISC, but after that, it was very easy!!!