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 (
    515, 481, 489, 415, 430, 414, 475, 452, 
    412, 417, 503, 514
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00050

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "37.21"
    },
    "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": 18,
      "rows_produced_per_join": 18,
      "filtered": "100.00",
      "index_condition": "((`danishecarter_latest`.`cscart_seo_names`.`object_id` in (515,481,489,415,430,414,475,452,412,417,503,514)) and (`danishecarter_latest`.`cscart_seo_names`.`type` = 'p') and (`danishecarter_latest`.`cscart_seo_names`.`dispatch` = '') and (`danishecarter_latest`.`cscart_seo_names`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "33.61",
        "eval_cost": "3.60",
        "prefix_cost": "37.21",
        "data_read_per_join": "30K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
412 volvo-fh-540-pusher 293/303
414 volvo-fh-500 293/303
415 volvo-fh-460-adr 293/303
417 volvo-fm-420-6x2 293/303
430 volvo-fh-460-globetrotter-xl-i-save 293/303
452 volvo-fh-520-retarder-6x4-palfinger-epsilon-120z96 293/305
475 volvo-fh-500-hydraulics-i-park-cool-veb 293/303
481 volvo-fh-460-4x2-veb-euro-6-i-park-cool 293/303
489 volvo-fh-460-4x2-veb-euro-6-hydraulic 293/303
503 volvo-gabeln-l50-60-70-90 293/297
514 volvo-l120e 293/297
515 volvo-erdbauschaufel-swe-mitl70-l90-c-d-e-f-g-h 293/297