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 (
    6959, 3425, 6958, 6960, 6968, 6961, 6964, 
    6957, 6956, 6954, 6955, 3500
  ) 
  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.00057

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 (6959,3425,6958,6960,6968,6961,6964,6957,6956,6954,6955,3500)) 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
3425 linde-manifold-fba-bba-21-au-300-20-160-n2-he-dl-en 265/280/282/284
3500 linde-manifold-regulator-h40-300-effect-en 265/266/271/272
6954 linde-manifold-module-smf-1x1-for-one-cyr-right-side 265/280/282/301
6955 linde-manifold-module-smf-1x1-for-single-cyr-left-side 265/280/282/301
6956 linde-manifold-module-smb-1x1-for-bundles-right-side 265/280/282/301
6957 linde-manifold-module-smb-1x1-for-bundles-left-side-en 265/280/282/301
6958 linde-manifold-fba-bba-21-au-300-28-125-o2 265/280/282/284
6959 linde-manifold-fba-bba-21-au-300-15-75-o2-eg 265/280/282/284
6960 linde-manifold-fba-bba-21-au-300-28-250-o2 265/280/282/284
6961 linde-manifold-fba-bba-21-aum-300-40-125-h2-fg 265/280/282
6964 linde-manifold-fba-bba-21-aum-300-40-250-n2-dl-he 265/280/282
6968 linde-manifold-fba-bba-21-aum-300-25-250-o2 265/280/282/283