SELECT 
  ushop_seo_names.object_id AS product_id, 
  ushop_seo_names.name AS seo_name, 
  ushop_seo_names.path AS seo_path 
FROM 
  ushop_seo_names 
WHERE 
  ushop_seo_names.object_id IN (558, 557, 556, 555, 554, 551) 
  AND ushop_seo_names.type = "p" 
  AND ushop_seo_names.dispatch = "" 
  AND ushop_seo_names.lang_code = 'es'

Query time 0.00055

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.21"
    },
    "table": {
      "table_name": "ushop_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": "((`marketplace`.`ushop_seo_names`.`object_id` in (558,557,556,555,554,551)) and (`marketplace`.`ushop_seo_names`.`type` = 'p') and (`marketplace`.`ushop_seo_names`.`dispatch` = '') and (`marketplace`.`ushop_seo_names`.`lang_code` = 'es'))",
      "cost_info": {
        "read_cost": "3.61",
        "eval_cost": "0.60",
        "prefix_cost": "4.21",
        "data_read_per_join": "10K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
551 test-category-wk-1 767
554 test-category-wk-4 770
555 test-category-wk-5 771
556 test-category-wk 772
557 test-category-wk-7 773
558 test-category-wk-8 774