It's quite easy to deduce what they do from their name.
RelWithDebInfo
A release build with debugging symbols included. Because optimized builds are not just for production (profiling, debugging release bugs, ...).
MinSizeRel
A release build optimized for size rather than for speed, I guess.