INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e66d8786321efeb9ff7ae3b04b297129e90f358518612c0ce76d7481e8ee9286', 
    '1A47rurK02SeXLaOShxXUlcxFuzQWuRsIoVNwiTVsZw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)