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 (
    34276, 34303, 34319, 34320, 34321, 34494
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00057

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.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 (34276,34303,34319,34320,34321,34494)) 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": "13.21",
        "eval_cost": "1.20",
        "prefix_cost": "14.41",
        "data_read_per_join": "10K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
34276 8gb-usb-rechargeable-digital-voice-recorder-dictaphone-with-usb-flash-drive 299/401
34303 retractable-3.5-mm-audio-aux-cable 299/401
34319 wster-karaoke-wireless-microphone-hifi-speaker-ws-878 299/401
34320 wireless-karaoke-bluetooth-ktv-hifi-speaker-singing-record-meeting-microphone-speaker-echo-mixer-condenser-with-mic-in-microphones 299/401
34321 wireless-karaoke-bluetooth-ktv-hifi-speaker-recorder-echo-mixer-condenser-selfie-function-with-mic-in-microphone 299/401
34494 q7-wireless-handheld-karaoke-microphone-smartphone-bluetooth 299/401