INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ad9ce15be76c1047a32583d880d90f8acb4d22e19480aa15882f1e0654c809f0', 
    'YrPziuRIRHDII9/Rb8SG9RWgBUc031grEsmHsIYAbZI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)