It depends on the definition of "production-ready". When I googled this, I basically found that a project is production-ready when it fits the needs of the customer. Ok, there are definitions that are much more differentiated.
If I were you, I would test and evaluate every option and filter out the best.
The first question I would ask myself is whether the software can solve my problems. Thus elaborate thoroughly the vehicle routing problems you need to solve and find out whether jsprit and optaplanner and others can actually solve them. When it comes to jsprit, if you post your requirements I (we) can tell you whether it can be solved with jsprit or not. We strive for to be as transparent as possible when it comes to jsprit's capabilities.
If there are still more than one options, the second question I would ask myself is how easy it is to model the problem. Here, jsprit might be easier than others, however more general libraries - especially if they are well documented - might be more powerful once you know how they work (which in turn might come with performance costs - I dont know - but from a theoretical point of view, specialized libraries/algorithms should perform better than their generic counterparts).
The third question would be whether future maintenance, development and improvement is ensured. Here optaplanner might have advantages over jsprit. It has - as far as I know - a good record and it is embedded in a big company. Optaplanner might also guarantee you backwards compatibility - I am not sure. Since jsprit is comparably young, it cannot and does not want to guarantee you this. We want to be as flexible and fast as possible when it comes to improvements. However, when the API changed, we definitely provide you with ways to "easily" adapt to the new API (with examples and a
detailed changelog thus you will always know exactly the causes of your code break). Additionally, jsprit is designed for change and further development since among others over 1000 unit and integration tests assure jsprit's functionality.
As Peter wrote, there are much more areas to elaborate. So try out and do not hesitate to post questions.