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 (
    39014, 40325, 39013, 35761, 34720, 34721, 
    34722, 31111, 31112
  ) 
  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.00132

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_diorama`.`cscart_seo_names`.`object_id` in (39014,40325,39013,35761,34720,34721,34722,31111,31112)) and (`ea201_diorama`.`cscart_seo_names`.`type` = 'p') and (`ea201_diorama`.`cscart_seo_names`.`dispatch` = '') and (`ea201_diorama`.`cscart_seo_names`.`lang_code` = 'fr') and ((`ea201_diorama`.`cscart_seo_names`.`company_id` = 1) or (`ea201_diorama`.`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
31111 heki-3230-lichen-vert-mousse-dislande-250-g-fr 177/245
31112 heki-3231-lichen-vert-fonce-mousse-dislande-250-g-fr 177/245
34720 jord-67a-mousse-dislande-100-g-gris-fr 177/245/354/400
34721 jord-62a-mousse-dislande-100-g-vert-clair-fr 177/245/353/399
34722 jord-63a-mousse-dislande-100-g-vert-fonce-fr 264/390
35761 heki-3218-mousse-islande-30g-vert-moyen-miniature 177/245/353/357
39013 lichen-naturel-stabilise-fushia-150-g 177/245
39014 lichen-naturel-stabilise-vert-citron-150-g 177/245
40325 lichen-naturel-stabilise-vert-clair-250g 177/245