The key is to use laws of algebra of limits whose primary function is to help evaluate the limit of a complicated function which is composed of many simpler expressions connected by algebraic operations $+, -, \times, /$ given the limits of these simpler expressions. I have described these laws in a simple manner in this answer.
You should have in memory a table of well known standard limits which allow us to deal with the simpler expressions mentioned in last paragraph.
In this question we need the following limits $$\lim_{x\to 0}\frac{e^x-1}{x}=1=\lim_{x\to 0}\frac{\sin x} {x} $$ and $$\lim_{x\to 0}\frac{1-\cos x} {x^2}=\frac{1}{2}=\lim_{x\to 0}\frac{\cosh x-1}{x^2}$$ First we deal with denominator. We can rewrite it as $$x\sqrt[3]{\frac{\cosh x-1}{x^2}+\frac{1-\cos x} {x^2}}$$ The expression under radical sign tends to $(1/2)+(1/2)=1$ and hence the denominator can be safely replaced by $x$.
Next we deal with numerator. It can be rewritten as $$e^{2\sin x} \cosh x-\cosh x +\cosh x - 1$$ or $$\cosh x (e^{2\sin x} - 1)+\cosh x - 1$$ Thus the desired limit is equal to the limit of $$\cosh x\cdot\frac{e^{2\sin x} - 1}{2\sin x} \cdot 2\cdot\frac{\sin x} {x} +x\cdot\frac{\cosh x - 1}{x^2}$$ which is $$1\cdot 1\cdot 2\cdot 1 +0\cdot\frac{1}{2}=2$$