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 (
    3414, 6938, 6941, 6944, 3412, 6937, 6939, 
    6943, 6970, 6971, 6972, 6973
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.81"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "index_condition": "((`gaseus`.`cscart_seo_names`.`object_id` in (3414,6938,6941,6944,3412,6937,6939,6943,6970,6971,6972,6973)) and (`gaseus`.`cscart_seo_names`.`type` = 'p') and (`gaseus`.`cscart_seo_names`.`dispatch` = '') and (`gaseus`.`cscart_seo_names`.`lang_code` = 'en') and ((`gaseus`.`cscart_seo_names`.`company_id` = 1) or (`gaseus`.`cscart_seo_names`.`company_id` = 0)))",
      "cost_info": {
        "read_cost": "14.41",
        "eval_cost": "2.40",
        "prefix_cost": "16.81",
        "data_read_per_join": "40K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
3412 line-pressure-regulator-vulkan-l-15-2-labline-helium-en 265/280/286/288
3414 line-pressure-regulator-vulkan-l-15-labline-helium 265/280/286/288
6937 line-pressure-regulator-vulkan-l-15-2-labline-nitrogen 265/280/286/288
6938 line-pressure-regulator-vulkan-l-15-labline-nitrogen 265/280/286/288
6939 line-pressure-regulator-vulkan-l-15-2-labline-oxygen 265/280/286/288
6941 line-pressure-regulator-vulkan-l-15-labline-oxygen 265/280/286/288
6943 line-pressure-regulator-vulkan-l-15-2-labline-co-argon-mixture-en 265/280/286/288
6944 line-pressure-regulator-vulkan-l-15-labline-co-argon-mixture-en 265/280/286/288
6970 cylinder-regulator-gastech-sigma-1bch-single-stage-200-bar 265/280/286
6971 cylinder-regulator-gastech-sigma-1bch-single-stage-200-bar-en 265/280/286
6972 cylinder-regulator-gastech-sigma-1bch-single-stage-200-bar-en-2 265/280/286
6973 test-gastech-manifold-manual-type-drs-1bc1-single-stage-internal-purge-system-en-2 265/280/282/284