I want to define a couple of variables in a list alongside a equation. Here's my current code
\begin{figure}
\[ e = m c^2 \]
\begin{description}
\item[e] energy
\item[m] mass
\item[c] light speed
\end{description}
\end{figure}
This mostly works, but the text doesn't align with the figure, and the font is too big compared to the equation.
Adapting the code from this question mostly works, but I can't use \description and text is interpreted as a formula.
Is there a better way to do this?

