I would say a good recommendation is getting to TLS 1.3. That only supports the following 5 CipherSuites:
TLS_AES_128_GCM_SHA256
TLS_AES_256_GCM_SHA384
TLS_CHACHA20_POLY1305_SHA256
TLS_AES_128_CCM_SHA256
TLS_AES_128_CCM_8_SHA256
Static RSA has been removed from TLS 1.3, but that was more to do with forward secrecy, as I understand. CBC was also removed, which is one of the single core algorithms you mentioned. These CipherSuites use AEAD, which modularizes how TLS software providers have to interact with the CipherSuites and helps remove security vulnerabilities that are due to mistaken implementation of the CipherSuites.
As far as the impact of quantum computing on TLS, I have no idea there. Personally, I am following the recommendations of the IETF and what they recommend for TLS usage. One of the things they would probably first say is for IBM MQ to stop documenting CipherSuites as CipherSpecs. :-)
------------------------------
Tim Zielke
------------------------------