SELECT 
  q_seo_names.object_id AS product_id, 
  q_seo_names.name AS seo_name, 
  q_seo_names.path AS seo_path 
FROM 
  q_seo_names 
WHERE 
  q_seo_names.object_id IN (34284, 34374, 34533, 34534, 2485) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.41"
    },
    "table": {
      "table_name": "q_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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_seo_names`.`object_id` in (34284,34374,34533,34534,2485)) and (`portal`.`q_seo_names`.`type` = 'p') and (`portal`.`q_seo_names`.`dispatch` = '') and (`portal`.`q_seo_names`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "12.21",
        "eval_cost": "1.20",
        "prefix_cost": "13.41",
        "data_read_per_join": "10K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
2485 yunteng-vct-5208-tripod-with-bluetooth-remote-control-shutter-43cm 299/412/413
34284 txd-g1-rc-wi-fi-360-foldable-high-speed-drone 299/412/565
34374 panoramic-camera 299/412
34533 txd-g1-rc-wi-fi-360-foldable-high-speed-drone-en 299/412/565
34534 txd-g1-rc-wi-fi-360-foldable-high-speed-drone-en-en 299/412/565