I was playing around with Mellin Transforms and encountered this interesting integral$$I(s,a)=\int_0^\infty x^{s-1}e^{-a(x+\frac{1}{x})}dx$$
Since $f(x)=e^{-a(x+\frac{1}{x})}=f(1/x)$, I found that the integral is even with respect to $s$ $$I(s,a)=I(-s,a)$$
Are there any methods for evaluating this integral? I thought about using Ramanujan's Master Theorem but I cannot get $f(x)$ in a form where I can apply it. Furthermore, when I used Wolfram to evaluate this integral at $a=1$, it comes back with a form of the Modified Bessel Function. Maybe the closed form could be obtained in terms of Bessel Functions of some sort?
Also, it would be interesting to see if a closed form can be found for a more general integral $$J(s,a,b)=\int_0^{\infty} x^{s-1}e^{-a(x^{b}+x^{-b})}dx$$ that satisfies $J(s,a,b)=J(-s,a,b)$. I would be grateful for anyhelp as I am particularly intrigued by these integrals' properties.
The Second Kind modified Bessel function of order $s$ and argument $2a$ can be represented by the integral (See This).
$$K_{s}(2a)=\int_0^\infty e^{-2a\cosh(t)}\,\cosh(st)\,dt\tag1$$
Enforcing the substitution $x=e^t$ in $(1)$ reveals
$$\begin{align} K_s(2a)&=\frac12\int_1^\infty e^{-a(x+1/x)}\left(x^{s-1}+1/x^{s+1}\right)\,dx\\\\ &=\frac12\int_1^\infty e^{-a(x+1/x)}x^{s-1}\,dx+\frac12\int_1^\infty e^{-a(x+1/x)}\frac1{x^{s+1}}\,dx\tag2 \end{align}$$
Finally, enforce the substitution $x\mapsto 1/x$ in the second integral in the right-hand side of $(2)$ yields
$$K_s(2a)=\frac12\int_0^\infty x^{s-1}e^{-a(x+1/x)}\,dx$$
from which we conclude that the integral of interest $I(s,a)$ is
$$I(s,a)=2K_s(2a)$$
EDIT: Motivated by a comment from @Fabian
Suppose now that $J(s,a,b)=\int_0^\infty u^{s-1} e^{-a(u^b+1/u^b)}\,du$. Letting $u=x^{1/b}$, we find that for $b>0$
$$J(s,a,b)=\frac1b\int_0^\infty x^{s/b-1} e^{-a(x+1/x)}\,dx=\frac2b K_{s/b}(2a)$$
And we are done!