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 (
    97722, 97723, 97724, 97725, 97726, 97727, 
    97765, 97766, 97767, 97768, 97769, 
    97770, 97771, 97772, 97773, 97775, 
    97776, 97777, 97783, 97784, 97785, 
    97787, 97788, 97789, 97799, 97800, 
    97801, 98145, 98147, 98151
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00142

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "50K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (97722,97723,97724,97725,97726,97727,97765,97766,97767,97768,97769,97770,97771,97772,97773,97775,97776,97777,97783,97784,97785,97787,97788,97789,97799,97800,97801,98145,98147,98151)) and (`nuie_scalesta_net`.`cscart_seo_names`.`type` = 'p') and (`nuie_scalesta_net`.`cscart_seo_names`.`dispatch` = '') and (`nuie_scalesta_net`.`cscart_seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
97722 bayf128-p 7244/7245
97723 bayf129-p 7244/7245
97724 bayf130-p 7244/7245
97725 bayf131-p 7244/7245
97726 bayf132-p 7244/7245
97727 bayf133-p 7244/7245
97765 bayf181-p 7244/7245
97766 bayf182-p 7244/7245
97767 bayf183-p 7244/7245
97768 bayf184-p 7244/7245
97769 bayf185-p 7244/7245
97770 bayf186-p 7244/7245
97771 bayf187-p 7244/7245
97772 bayf188-p 7244/7245
97773 bayf189-p 7244/7245
97775 bayf422-p 7244/7245
97776 bayf428-p 7244/7245
97777 bayf431-p 7244/7245
97783 bayf481-p 7244/7245
97784 bayf484-p 7244/7245
97785 bayf487-p 7244/7245
97787 bayf822-p 7244/7245
97788 bayf828-p 7244/7245
97789 bayf831-p 7244/7245
97799 bayf881-p 7244/7245
97800 bayf884-p 7244/7245
97801 bayf887-p 7244/7245
98145 cla117-p 7244/7245
98147 cla1417-p 7244/7245
98151 cla217-p 7244/7245