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 (
    649, 657, 575, 598, 574, 643, 620, 572, 
    580, 577, 671, 682
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "38.61"
    },
    "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": 19,
      "rows_produced_per_join": 19,
      "filtered": "100.00",
      "index_condition": "((`danishecarter_latest`.`cscart_seo_names`.`object_id` in (649,657,575,598,574,643,620,572,580,577,671,682)) 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": "34.81",
        "eval_cost": "3.80",
        "prefix_cost": "38.61",
        "data_read_per_join": "32K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
572 volvo-fh-540-pusher 321/331
574 volvo-fh-500 321/331
575 volvo-fh-460-adr 321/331
577 volvo-fm-420-6x2 321/331
580 volvo-fh-540-xl-edition 321/331
598 volvo-fh-460-globetrotter-xl-i-save 321/331
620 volvo-fh-520-retarder-6x4-palfinger-epsilon-120z96 321/333
643 volvo-fh-500-hydraulics-i-park-cool-veb 321/331
649 volvo-fh-460-4x2-veb-euro-6-i-park-cool 321/331
657 volvo-fh-460-4x2-veb-euro-6-hydraulic 321/331
671 volvo-gabeln-l50-60-70-90 321/325
682 volvo-l120e 321/325