I'll tell you how to create any two qubit pure state you might ever be interested in. Hopefully you can use it to generate the state you want.
Using a single qubit rotation followed by a cnot, it is possible to create states of the form
α|0⟩⊗|0⟩+β|1⟩⊗|1⟩.
Then you can apply an arbitrary unitary, U, to the first qubit. This rotates the |0⟩ and |1⟩ states to new states that we'll call |a0⟩ and |a1⟩,
U|0⟩=|a0⟩,U|1⟩=|a1⟩
Our entangled state is then
α|a0⟩⊗|0⟩+β|a1⟩⊗|1⟩.
We can similarly apply a unitary to the second qubit.
V|0⟩=|b0⟩,V|1⟩=|b1⟩
which gives us the state
α|a0⟩⊗|b0⟩+β|a1⟩⊗|b1⟩.
Due to the Schmidt decomposition, it is possible to express any pure state of two qubits in the form above. This means that any pure state of two qubits, including the one you want, can be created by this procedure. You just need to find the right rotation around the x axis, and the right unitaries U and V.
To find these, you first need to get the reduced density matrix for each of your two qubits. The eigenstates for the density matrix of your first qubit will be your |a0⟩ and |a1⟩. The eigenstates for the second qubit will be |b0⟩ and |b1⟩. You'll also find that |a0⟩ and |b0⟩ will have the same eigenvalue, which is α2. The coefficient β can be similarly derived from the eigenvalues of |a1⟩ and |b1⟩.