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 (
    5558, 4470, 1906, 780, 2230, 8220, 7563, 
    9349, 7594
  ) 
  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.00162

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "43.21"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code",
        "company_id"
      ],
      "key_length": "210",
      "rows_examined_per_scan": 18,
      "rows_produced_per_join": 18,
      "filtered": "100.00",
      "index_condition": "((`ea201_francemaqu`.`cscart_seo_names`.`object_id` in (5558,4470,1906,780,2230,8220,7563,9349,7594)) and (`ea201_francemaqu`.`cscart_seo_names`.`type` = 'p') and (`ea201_francemaqu`.`cscart_seo_names`.`dispatch` = '') and (`ea201_francemaqu`.`cscart_seo_names`.`lang_code` = 'fr') and ((`ea201_francemaqu`.`cscart_seo_names`.`company_id` = 1) or (`ea201_francemaqu`.`cscart_seo_names`.`company_id` = 0)))",
      "cost_info": {
        "read_cost": "39.61",
        "eval_cost": "3.60",
        "prefix_cost": "43.21",
        "data_read_per_join": "30K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "lang_code",
        "company_id",
        "path"
      ]
    }
  }
}

Result

product_id seo_name seo_path
780 accessoires-de-modelisme-colles-maquette-reproduction-maquettisme-revell-39604-colle-maquettes 23
1906 modelset-plus-outils-de-modelisme 23/34
2230 set-pour-peintures-revell-model-set 36/44
4470 set-de-pinceaux-standard-revell-29621 36/44
5558 support-de-mise-en-peinture-tamiya-74522 23
7563 humbrol-11-argent-metal-peinture-maquette-aa0120 36/446
7594 humbrol-53-gunmetal-metal-peinture-maquette-aa0583 36/446
8220 maquette-working-station-revell-39085 23
9349 humbrol-33-noir-mat-acrylique-db0033 36/446