SELECT 
  * 
FROM 
  cscart_no_product_items 
WHERE 
  product_id = 393 
ORDER BY 
  position

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}