\documentclass{beamer}

\usepackage{xepersian}
\settextfont[Scale=1]{IRNazanin}

\usefonttheme[stillsansserifmath]{serif}
\usetheme{AnnArbor}

\title{این یک مثال است}

\titlegraphic{\includegraphics[width=2cm]{logo}\hspace*{4.75cm}~%
   \includegraphics[width=2cm]{logo}
}

\begin{document}
\begin{frame}[plain]
\maketitle
\end{frame}

\begin{frame}
به عنوان مثال
\end{frame}
\end{document}