How reasonable is the linearity assumption in regression analysis?

First off, econometrics does not assume that relationships of $x$ and $y$ in economics are linear [in general]. Rather, it says that if a relationship is linear, then you can use OLS to estimate these effects. Moreover, OLS is the most efficient estimator in this case, as you undoubtedly have learned in econometrics.

Second, fair enough, if you look at the applied economics literature, then researchers often do not bother to discuss whether the linearity assumption is plausible in their case. And very often it will not be. Still, sometimes the linearity assumption is innocuous. For example, if all your $x$ are dummy variables denoting group-membership, then you just estimate conditional group-means. Or if the relationship is quadratic, then you can still include higher order terms in your OLS regression and everything is fine, or in fact any other higher order polynomial.

More generally, I like to view OLS not as a linear model but one that assumes additive separability. Because $y=\alpha+\beta \log(x_1)+\gamma x_2+\epsilon$ can still be estimated with OLS even though it is clearly not linear in $x_1$. And OLS is very often used to estimate such nonlinear relationships (e.g., logs when estimating elasticities).

Third, if you are looking at a relationship where you believe that additive separability is not plausible, then there are other tools and you should use them. For example nonlinear least squares. Or, if the dependent variable is binary (zero-one), then applied economists tend to use the nonlinear logit regression more than OLS.

Fourth, there is a different approach in economics called "structural estimation". This is probably closer to what you are used to from physics. The idea here is that you write down an economic theory model and then estimate the parameters of this model empirically. This is very popular in the field of industrial organization. The relationship of two economic variables in such structural models will be linear only if they are also linear in the economic model based on the assumed utility functions, error distributions, etc.

Overall, I agree that economists tend to use OLS a lot, and sometimes in cases where they shouldn't. A main reason is probably indoctrination: OLS is covered in grad school while Poisson regression or other nonlinear models aren't. Another reason is that OLS is amazingly simple to interpret. Sometimes economists are aware that a relationship is not linear, but they estimate a linear model anyway because the resulting approximation is easier to interpret ("If you increase $x_1$ by 1, then your $y$ decreases by 0.3 on average!").


Further to the points in the existing answer, note that any model of the form $y=\sum_i \alpha_i f_i(x)+e$ is amenable to these techniques, even if the $f_i$ are complicated, even if $x$ is multivariate, and even if the variable we call $y$ is obtained by transforming something else. For example, taking logarithms makes power laws amenable to this technique.

Power laws are the main focus of the rest of my answer. Calculus often legitimizes linearization in a "small" range of values for variables. But this is especially feasible for (exact or approximate) power laws, since then the plotted variables can be chosen as the logarithms of things we started with. That's what happens, for example, in stellar physics.

Using a vertical log-axis is part of why power laws in economics and econometrics are sometimes (e.g. here) described in terms of the ratio of percentage changes in variables; $y\propto x^n\implies\frac{dy}{y}=n\frac{dx}{x}$. (Okun's law is a little different in that it's more of a $\frac{dy}{y}\propto dx$ result.)

Power laws are often theoretically motivated by dimensional analysis, and in some cases theory even predicts an exponent. Even if neither economics nor econometrics found reasons to take this seriously (but they do!), they're not uniquely linearity-assuming fields, either for good or for ill. Just about any field with enough data to try regression will frequently be right to regress linearly for such reasons as discussed here (i.e. here on this page, not merely in my own answer).