SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    95, 101, 103, 92, 86, 87, 85, 89, 91, 90, 
    97, 98, 99, 100, 104, 105
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'fr' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00099

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "PRIMARY",
      "key_length": "210",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code",
        "company_id"
      ],
      "rows": 32,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (95,101,103,92,86,87,85,89,91,90,97,98,99,100,104,105) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'fr' and (cscart_seo_names.company_id = 1 or cscart_seo_names.company_id = 0)"
    }
  }
}

Result

product_id seo_name seo_path
85 graines-de-lin-huile-de-biotine-horseflex-renforcer-sabots-chevaux 9
86 soutien-aux-sabots-horseflex 9
87 soutien-aux-sabots-sensibles-chevaux-pieds-nus-horseflex 9
89 apainsant-calmant-camomille-bio-pour-chevaux-800g-horseflex 9
90 orties-anti-inflamatoire-pour-chevaux-800g-horseflex 9
91 feuilles-de-framboisier-pour-jument-chaleurs-800g-horseflex 9
92 curcuma-pour-chevaux-seau-800g-horseflex 9
95 biotine-msm-600g-horseflex 9
97 camomille-pour-chevaux-nerveux-apaisant-calmant-1k600g-horseflex 9
98 curcuma-pour-chevaux-1600g-horseflex-clone 9
99 levure-de-biere-2-1-kg-horseflex 9
100 multivitamines-naturelle-1000-g-horseflex 9
101 multivitamines-naturelles-1000-g-horseflex-seau 9
103 pack-detox-2850-g-horseflex 9
104 pelle-dose-mesure-1-litre-i-horseflex 9
105 vitamine-e-naturelle-270-g-croissance-muscles-horseflex 9