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 (
    312858, 312863, 312865, 312868, 312849, 
    312850
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00028

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.01185346,
    "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": 6,
          "cost": 0.01185346,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (312858,312863,312865,312868,312849,312850) 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
312849 toyshine-5x5-speed-cube-stickerless-magic-puzzle-speedy-stress-buster-brainstorming-toy-puzzle-for-kids-and-adults 460/475
312850 vgrassp-5x5x5-stickerless-speed-cube-ultra-smooth 460/475
312858 kiditos-moyu-meilong-cubing-classroom-skewb-cube-stickerless-speed-cube-magic-cube-puzzle 460/475
312863 magic-cube-shape-shifting-puzzle-box-magnetic-cube-puzzle-fun-cube-fidget-cube-mind-challenging-fun-game-magnetic-cube-transforms-into-over-70-shapes-for-kids-boys-and-girls-multi-design 460/475
312865 smartoys-face-change-puzzle-colorfull-wooden-cubes-16-pcs-toy-for-kids-3-years-face-puzzle-box 460/475
312868 toys-treasure-combo-of-round-column-3x3-and-pyramid-high-speed-sticker-less-magic-puzzle-cube-2-pieces-the-ultimate-puzzle-set-for-fun-and-learning 460/475