这很好用:
\newcommand{\eqnum}[1]{\refstepcounter{equation}\tag*{#1 (\theequation)}}
\documentclass[]{article}
\usepackage{mathtools}
\newcommand{\eqnum}[1]{\refstepcounter{equation}\tag*{#1 (\theequation)}}
\begin{document}
\begin{equation}
E = mc^2 \eqnum{Banana}
\end{equation}
\end{document}