There is, it's a feature in MySQL called Index Hints [1].
[1] https://dev.mysql.com/doc/refman/8.0/en/index-hints.html
A DBA can even sit there as queries fly past, and add hints on the fly.
And then you change a query from "select" (lowercase) to "SELECT" (uppercase), and query plans break and you break production.
Fun times
Just a guess.
There is, it's a feature in MySQL called Index Hints [1].
[1] https://dev.mysql.com/doc/refman/8.0/en/index-hints.html