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 (
    6962, 6966, 6967, 6965, 6963, 6952, 6953, 
    3484, 3487, 3485, 3486, 6969
  ) 
  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.00233

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 (6962,6966,6967,6965,6963,6952,6953,3484,3487,3485,3486,6969)) 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
3484 linde-connection-seal-18x11-8x2-mm-en 265/280/291/302
3485 linde-connection-sealing-15x9-2x2mm-en 265/280/291/302
3486 linde-connection-sealing-18x11-6x2-mm-en 265/280/291/302
3487 linde-connection-seal-nitrous-oxide-test-gas-en 265/280/291/302
6952 linde-base-module-1x1-fba-bba-11-m-300-o2 265/280/282/301
6953 linde-base-module-2x1-fba-bba-21-m-300-o2 265/280/282/301
6962 linde-automatic-manifold-300-bar-fba-bba-21-aum-300-15-75-h2-fg-ex 265/280/282
6963 linde-automatic-manifold-300-bar-fba-bba-21-aum-300-40-125-n2-dl 265/280/282
6965 linde-automatic-manifold-300-bar-fba-bba-21-aum-300-25-125-o2 265/280/282
6966 linde-automatic-manifold-300-bar-fba-bba-21-aum-300-15-75-o2 265/280/282
6967 linde-automatic-manifold-300-bar-fba-bba-21-aum-300-20-160-o2 265/280/282
6969 linde-gas-pre-heater-modul-fba-bba-pn300-for-cyr-and-bundle-manifold-200w 265/280/291/303