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 (3866, 3867, 3868, 3869, 3865, 3870) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00506

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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"],
          "rows": 6,
          "filtered": 100,
          "index_condition": "cscart_seo_names.object_id in (3866,3867,3868,3869,3865,3870) 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
3865 blue-ceramic-pig-figurine-pig-family-collection 101/166
3866 brown-ceramic-pig-figurine-pig-family-collection 101/166
3867 yellow-green-ceramic-pig-figurine-pig-family-collection 101/166
3868 green-ceramic-pig-figurine-pig-family-collection 101/166
3869 ceramic-mommy-pig-figurine 101/166
3870 ceramic-big-piglet-figurine 101/166