SELECT 
  SQL_CALC_FOUND_ROWS cscart_cp_videos.*, 
  cscart_cp_video_descriptions.*, 
  cscart_cp_video_category_links.* 
FROM 
  cscart_cp_videos 
  LEFT JOIN cscart_cp_video_descriptions ON cscart_cp_videos.video_id = cscart_cp_video_descriptions.video_id 
  AND cscart_cp_video_descriptions.lang_code = 'en' 
  LEFT JOIN cscart_cp_video_category_links ON cscart_cp_videos.video_id = cscart_cp_video_category_links.video_id 
WHERE 
  1 
  AND cscart_cp_videos.video_id IN (1057) 
  AND cscart_cp_videos.status = 'A' 
ORDER BY 
  cscart_cp_videos.timestamp desc

Query time 0.00038

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "Impossible WHERE noticed after reading const tables"
  }
}