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 (
    99111, 99122, 99124, 99126, 99129, 99163, 
    99172, 99178, 99184, 99204, 99207, 
    99223
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.41"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code"
      ],
      "key_length": "206",
      "rows_examined_per_scan": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "4.21",
        "eval_cost": "1.20",
        "prefix_cost": "5.41",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (99111,99122,99124,99126,99129,99163,99172,99178,99184,99204,99207,99223)) and (`nuie_scalesta_net`.`cscart_seo_names`.`type` = 'p') and (`nuie_scalesta_net`.`cscart_seo_names`.`dispatch` = '') and (`nuie_scalesta_net`.`cscart_seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
99111 nca101-p 7210/7257/7259
99122 nca371-p 7210/7257/7259
99124 nca381-p 7210/7257/7259
99126 nca621-p 7210/7257/7259
99129 ncb501-p 7210/7257/7259
99163 nch101-p 7210/7257/7259
99172 nch401-p 7210/7257/7259
99178 nch601-p 7210/7257/7259
99184 nck101-p 7210/7257/7259
99204 ncs291-p 7210/7257/7259
99207 ncs401-p 7210/7257/7259
99223 ncs871-p 7210/7257/7259