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 (7, 11, 13, 20, 26, 27, 28, 31, 34, 35) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00035

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.02005942,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "PRIMARY",
          "key_length": "206",
          "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
          "loops": 1,
          "rows": 10,
          "cost": 0.02005942,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (7,11,13,20,26,27,28,31,34,35) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id seo_name seo_path
7 trefoil-hoodie 223/224
11 collegiate-72-tee 223/224
13 your-idea-inc-12-steps-to-building-a-million-dollar-business-starting-today 219/222
20 the-abcs-of-gold-investing-how-to-protect-and-build-your-wealth-with-gold 219/222
26 mac-os-x-lion-the-missing-manual 219/220
27 trefoil-logo-hoodie 223/225
28 run-perf-7-8-ti 223/225
31 nike-classic-solid-womens-jersey-shorts 223/225
34 nike-untouchable-womens-tank-top 223/225
35 managing-enterprise-content-a-unified-content-strategy-2nd-edition 219/220