$R^2$ is a goodness-of-fit measure; it measures how well the model fits the data that you have. What it does not do, is measure how well the model will fit the data that you don't have yet (i.e. how well it will forecast). In fact, you can trivially build a model for any dataset that will have $R^2=1$. This will be a large model which explains every bit of noise in your data, but it will not generalize to the future: forecasts will be poor. Bottom line is: if you want to forecast, look at forecast accuracy metrics, not $R^2$.
For your particular case, I would consider reducing the model and re-checking the MAPEs because it may improve your forecasts. I would also double-check the evidence for 2nd differences because that is somewhat unusual, depending on the subject domain.