What you sketch as a desired table is the definition of several enums in one table. For what purpose?
I think you'll find the answer to your need in Using a table to provide enum values in MySQL?, i.e. defining enums as tables instead of using the enum type.